home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / tankexp_base.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  563 b   |  36 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         //if there is a generic effect common to all tank explosions
  14.         //place it here and cache all the sprites and models.  This generic
  15.         //effect is played simultaneously with the surface type effect
  16.  
  17.         cache gren_boom.spr
  18.         
  19.         sfx originspawn
  20.         (
  21.             model gren_boom.spr
  22.             randvel 0 0 20
  23.             alpha 1.0
  24.             life 0.35
  25.             scale .5
  26.             fadedelay 0.5
  27.         )
  28.     }
  29. }
  30.  
  31. // This section is just needed to be a valid tiki file
  32. animations
  33. {
  34.     idle dummy2.skc
  35. }
  36.